ATOM Documentation

← Back to App

Atom Personal Edition - Example Workflows

Practical examples of using your AI companion for everyday tasks.

System Administration

Check Disk Space

**Via Telegram:**

Check disk space

**Agent response:**

Checking disk usage...

/dev/sda1: 45% used (234GB free)
/dev/sda2: 12% used (1.2TB free)

Backup Important Files

**Via Telegram:**

Backup my Documents folder to the backup drive

**Agent action:**

  1. Requests approval for shell command
  2. Executes rsync to backup location
  3. Confirms completion

System Update

**Via Telegram:**

Run system update

**Agent action:**

  1. Requests approval (dangerous command)
  2. Runs apt update && apt upgrade -y
  3. Reports results

Development Workflows

Run Tests

**Via Telegram:**

Run tests for my project

**Agent action:**

  1. Detects project type (Node.js, Python, etc.)
  2. Runs appropriate test command
  3. Returns test results summary

Git Operations

**Via Telegram:**

Commit my changes with message "Fix login bug"

**Agent action:**

  1. Stages all changes
  2. Creates commit with message
  3. Confirms commit hash

Deploy Application

**Via Telegram:**

Deploy my app to production

**Agent action:**

  1. Asks for confirmation (dangerous)
  2. Runs deployment script
  3. Reports deployment status

Home Automation

Check Smart Home Status

**Via Telegram:**

What's the status of my home?

**Agent response:**

šŸ  Home Status:
- Temperature: 72°F
- Lights: 3 on, 5 off
- Doors: All locked
- Motion: No recent activity

Turn Off Lights

**Via Telegram:**

Turn off all lights downstairs

**Agent action:**

  1. Calls smart home API
  2. Confirms lights turned off

Daily Tasks

Weather Briefing

**Via Telegram:**

What's the weather today?

**Agent response:**

šŸŒ¤ļø Today's Weather:
- Temp: 65-75°F
- Condition: Partly cloudy
- Rain: 10% chance
- UV Index: Moderate

Bring a light jacket!

Calendar Check

**Via Telegram:**

What's on my calendar today?

**Agent response:**

šŸ“… Today's Schedule:
- 9:00 AM - Team standup
- 2:00 PM - Design review
- 4:30 PM - Call with client

You have 3 events today.

Remind Me Later

**Via Telegram:**

Remind me to call mom at 5pm

**Agent action:**

  1. Sets reminder
  2. Confirms reminder set

*(At 5 PM)*

šŸ”” Reminder: Call mom

Information Tasks

Quick Research

**Via Telegram:**

What's the latest news about AI?

**Agent action:**

  1. Searches for recent AI news
  2. Summarizes top stories
  3. Provides links

Calculations

**Via Telegram:**

What's 15% of $240?

**Agent response:**

15% of $240 = $36

Conversions

**Via Telegram:**

Convert 100km to miles

**Agent response:**

100 km = 62.14 miles

Entertainment

Tell a Joke

**Via Telegram:**

Tell me a joke

**Agent response:**

Why do programmers prefer dark mode?
Because light attracts bugs! šŸ˜„

Random Fact

**Via Telegram:**

Tell me something interesting

**Agent response:**

Did you know? Honey never spoils.
Archaeologists have found 3000-year-old honey
in Egyptian tombs that was still edible! šŸÆ

Advanced Workflows

Multi-Step Task

**Via Telegram:**

Prepare my daily briefing

**Agent executes:**

  1. Fetches weather
  2. Checks calendar
  3. Gets news headlines
  4. Checks email count
  5. Compiles briefing

**Response:**

šŸ“‹ Daily Briefing

Weather: 72°F, partly cloudy
Calendar: 3 events today
News: Tech stocks rally
Email: 12 unread, 3 urgent

Have a great day! ā˜€ļø

Conditional Workflow

**Via Telegram:**

If server CPU > 80%, restart nginx

**Agent action:**

  1. Checks server CPU
  2. If > 80%, restarts nginx
  3. Reports action taken

Tips & Best Practices

  1. **Be Specific:** Clear commands get better results
  2. **Use Context:** "in my Documents folder" helps the agent
  3. **Confirm Dangerous Actions:** Shell commands require approval
  4. **Check Status First:** Use /status to see agent state
  5. **Use Natural Language:** Chat like you would with a human assistant

Creating Your Own Workflows

You can extend your agent with custom skills. See:

Getting Help

  • **Examples:** This document
  • **Commands:** Send /help to your agent
  • **Documentation:** https://docs.atom.ai
  • **Community:** https://discord.gg/atom-ai